home *** CD-ROM | disk | FTP | other *** search
- Path: zib-berlin.de!inf2hro!honshu!gnikl
- From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: opening muimaster.library from another lib
- Date: 2 Jan 1996 15:21:09 GMT
- Organization: University of Rostock
- Message-ID: <4cbih5$m71@taiwan.informatik.uni-rostock.de>
- References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com>
- NNTP-Posting-Host: honshu.informatik.uni-rostock.de
- X-Newsreader: TIN [version 1.2 PL2]
-
- Steve Koren (koren@hpsrk.fc.hp.com) wrote:
-
- > My first step was to open muimaster.library from my __UserLibInit fn.
- > However, I ran into a problem. Here is my function (for the moment I'll
- > delete the lib-open result checking stuff as it is irrelevant):
-
- I think its not allowed to open disk-based libraries from LibInit().
- Move this to LibOpen() and do this if the the first opener comes
- around. Protect yourself with a semaphore when doing the opening.
-
- Gunther
-